From: Andrew Innes Date: Thu, 17 May 2001 12:44:02 +0000 (+0000) Subject: (NEW_CYGWIN): Output message about spurious error X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40260 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4244d4670b1fb3984207124554ac315eb3dc5c4e;p=emacs.git (NEW_CYGWIN): Output message about spurious error message that is to be ignored. --- diff --git a/nt/gmake.defs b/nt/gmake.defs index f64f4c1ad25..7756da0d606 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -87,6 +87,7 @@ ifdef USING_SH sh_output := $(shell echo foo") ifeq "$(sh_output)" "" NEW_CYGWIN = 1 +$(warning [Please ignore the syntax error just above - it is intentional]) endif endif